.jpkcdiv * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.flexsb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.h {
  padding-top: 55px;
  padding-bottom: 21px;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
}
.jpkcNavBox {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 38px;
}
.jpkcNavBox .jpkcNavItem {
    text-align: center;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jpkcNavBox .jpkcNavItem .jpkcNavItemIcon {
  width: 35px;
  height: 39px;
  margin-bottom: 12px;
}
.jpkcNavBox .jpkcNavItem span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}
.jpkcNavBox .jpkcNavItem .jpkcNavItemBottom {
  position: absolute;
  width: 41px;
  height: 3px;
  background: transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 2px;
}
.jpkcNavBox .jpkcNavItem:hover .jpkcNavItemBottom {
  background: #1C79FF;
}
.jpkcNavBox .jpkcNavItem:hover span {
  color: #1C79FF;
}
.jpkcNavBox .jpkcNavItemActive .jpkcNavItemBottom {
  background: #1C79FF;
}
.jpkcNavBox .jpkcNavItemActive span {
  color: #1C79FF;
}

.kcBox {
  height: 400px;
  /*background: #F3F4F8;*/
  margin-top: -3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kcBox .kcLeft {
  width: 263px;
  height: 382px;
  background: -moz-linear-gradient(117deg, #F3F4F9, #DDE1EB);
  background: linear-gradient(-27deg, #F3F4F9, #DDE1EB);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 40px 30px;
}
.kcBox .kcLeft .kcLeft1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kcBox .kcLeft .kcLeft1 span {
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  margin-right: 5px;
}
.kcBox .kcLeft .kcLeft1 div {
  width: 85px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  position: relative;
  top: 6px;
}
.kcBox .kcLeft .kcLeft2 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-top: 32px;
  margin-bottom: 19px;
}
.kcBox .kcLeft .kcLeft3 {
  text-align: right;
}
.kcBox .kcLeft .kcLeft3 img {
  width: 70px;
}
.kcBox .kcRight {
  width: 922px;
  height: 382px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#F3F4F9));
  background: -moz-linear-gradient(bottom, #FFFFFF, #F3F4F9);
  background: linear-gradient(0deg, #FFFFFF, #F3F4F9);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kcBox .kcRight .kcRightTop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.kcBox .kcRight .kcRightTop .kcRightTop1 {
  width: 200px;
  margin-right: 30px;
}
.kcBox .kcRight .kcRightTop .kcRightTop1 .kcRightTop1Tit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  margin-bottom: 36px;
}
.kcBox .kcRight .kcRightTop .kcRightTop1 .kcRightTop1Item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #666666;
  margin-bottom: 15px;
}
.kcBox .kcRight .kcRightTop .kcRightTop1 .kcRightTop1Item .kcRightTop1ItemR {
  width: 70px;
}
.kcBox .kcRight .kcRightTop .kcRightTop2 {
  margin-right: 0;
  width: 200px;
}
.kcBox .kcRight .kcRightTop .kcRightTop2 .kcRightTop2Item {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kcBox .kcRight .kcRightTop .kcRightTop2 .kcRightTop1ItemAdd {
  width: 44px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 5px;
  background: #FF5252;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.kcBox .kcRight .kcRightTop .kcRightTop3 {
  width: 1px;
  height: 201px;
  background: #EBEBEB;
  margin: 0 24px;
}
.kcBox .kcRight .kcRightTop .kcRightTop4 {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kcBox .kcRight .kcRightTop .kcRightTop4 .kcRightTop4i1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  /*margin-bottom: 36px;*/
}
.kcBox .kcRight .kcRightTop .kcRightTop4 .kcRightTop4i2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kcBox .kcRight .kcRightTop .kcRightTop4 .kcRightTop4i2 .kcRightTop4i2Item .kcRightTop4i2ItemImgBox img {
  width: 170px;
  margin-bottom: 10px;
}
.kcBox .kcRight .kcRightTop .kcRightTop4 .kcRightTop4i2 .kcRightTop4i2Item .kcRightTop4i2ItemDesc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
.kcBox .kcRight .kcRightBottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kcBox .kcRight .kcRightBottom .kcRightBottomItem {
  width: 150px;
  height: 45px;
  -webkit-box-shadow: 0 10px 10px rgba(44, 109, 231, 0.12);
          box-shadow: 0 10px 10px rgba(44, 109, 231, 0.12);
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kcBox .kcRight .kcRightBottom .kcRightBottomItem:hover {
  color: #1C79FF;
}
.kcBox .kcRight .kcRightBottom .kcRightBottomItem img {
  width: 30px;
  margin-right: 10px;
}




.gwgz-zy-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.gwgz-zy-item {
    /* width: 260px;
    height: 120px; */
    width: 220px;
    height: 110px;
    background: #00234a9c;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-right: 106px;
}

.gwgz-zy-item-k {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
}

.gwgz-zy-item .gwgz-zy-item-k {
    opacity: 0;
}

.gwgz-zy-item-active .gwgz-zy-item-k {
    opacity: 1;
}


.gwgz-zy-item-tit {
    margin-top: 4px;
}

.gwgz-zy-item:hover {
    /* background: #3387E9; */
}

.gwgz-zy-item-active {
    /* background: #3387E9; */
}

.gwgz-zy-item span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: 15px; */
}

.gwgz-zy-bg {
    width: 1200px;
    height: 150px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.gwgz-zy-bg-tit {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 23px;
}

.gwgz-zy-bg-btn {
    width: 155px;
    height: 30px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.gwgz-zy-item:nth-child(1) {
    background-color: #354D7C;
}

.gwgz-zy-item:nth-child(2) {
    background-color: #EE8412;
}

.gwgz-zy-item:nth-child(3) {
    background-color: #E4408F;
}

.gwgz-zy-item:nth-child(4) {
    background-color: #6263D6;
    margin-right: 0;
}

.gwgz-zy-item:nth-child(5) {
    background-color: #6263D6;
}

.gwgz-zy-item:nth-child(6) {
    background-color: #02A57D;
}

.gwgz-zy-item:nth-child(7) {
    background-color: #BE3BE2;
}

.gwgz-zy-item:nth-child(8) {
    background-color: #D64838;
    margin-right: 0;
}


.yhfc815 {
    max-width: 1200px;
    margin: auto;
}

.yhfc815-tit {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    padding: 46px 0 10px;
    text-align: center;
}


.yhfc815-tab-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 43px;
}

.yhfc815-tab-item {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: all 0.5s;
}

.yhfc815-tab-item:hover {
    color: rgba(27, 120, 255, 1);
}

.yhfc815-tab-item-active {
    color: rgba(27, 120, 255, 1);
}

.yhfc815-video-box {
    display: none;
}
#yhfc815-video-box1{
    display: flex;
}

.yhfc815-video-item {
    width: 266px;
    height: 472px;
    border-radius: 10px;
    margin-right: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.yhfc815-video-item-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.yhfc815-video-item-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.yhfc815-video-item:last-child {
    margin-right: 0;
}

.yhfc815-video-item video{
    max-width: 100%;
    max-height: 100%;
}